バージョン

SelectedCollectionBase<T> クラス

選択可能な項目のコレクション。
シンタックス
'宣言
 
Public MustInherit Class SelectedCollectionBase(Of T As Infragistics.ISelectableObject) 
   Inherits Infragistics.Collections.CollectionBase(Of T)
   Implements Infragistics.ICollectionBase, Infragistics.ICollectionBase(Of T) 
public abstract class SelectedCollectionBase<T> : Infragistics.Collections.CollectionBase<T>, Infragistics.ICollectionBase, Infragistics.ICollectionBase<T>  
where T: Infragistics.ISelectableObject
型パラメータ
T
Infragistics.ISelectableObject タイプのオブジェクト。
参照